Represents a base collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
Object Model
Syntax
'Declaration
<System.Reflection.DefaultMemberAttribute("Item")>
Public MustInherit Class NotifyCollectionBase(Of )
[System.Reflection.DefaultMember("Item")]
public abstract class NotifyCollectionBase<>
Type Parameters
Inheritance Hierarchy
System.Object
GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>
See Also